projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd4160e
)
Remove bogus `debug' in previous commit.
author
Reiner Steib
<Reiner.Steib@gmx.de>
Mon, 3 Apr 2006 17:34:35 +0000
(17:34 +0000)
committer
Reiner Steib
<Reiner.Steib@gmx.de>
Mon, 3 Apr 2006 17:34:35 +0000
(17:34 +0000)
lisp/savehist.el
patch
|
blob
|
history
diff --git
a/lisp/savehist.el
b/lisp/savehist.el
index 56fc47a357b90f486aa034e577eafc1760864f51..3a5c0ae034782e9c42867d21defab01ddc3a95bc 100644
(file)
--- a/
lisp/savehist.el
+++ b/
lisp/savehist.el
@@
-377,8
+377,6
@@
trimming of history lists to `history-length' items."
(error nil))))))
(defun savehist-minibuffer-hook ()
- (when (memq minibuffer-history-variable savehist-ignored-variables)
- (debug nil minibuffer-history-variable))
(unless (or (eq minibuffer-history-variable t)
;; XEmacs sets minibuffer-history-variable to t to mean "no
;; history is being recorded".